InsertRange(Int32,T[]) Method
In This Topic
Overloaded: Inserts the elements from an array of Page objects into the PagesCollection at the specified index.
Syntax
'Declaration
Public Overloads Sub InsertRange( _
ByVal As Integer, _
ByVal () As _
)
public void InsertRange(
int ,
[]
)
Parameters
- index
- pages
See Also